home *** CD-ROM | disk | FTP | other *** search
- object frmReplace: TfrmReplace
- Left = 205
- Top = 159
- HelpContext = 1
- BorderStyle = bsDialog
- Caption = 'Replace'
- ClientHeight = 246
- ClientWidth = 362
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnHide = FormHide
- PixelsPerInch = 96
- TextHeight = 13
- object lblTextToFind: TLabel
- Left = 8
- Top = 10
- Width = 56
- Height = 13
- Caption = '&Text to find:'
- FocusControl = cmbText
- end
- object lblReplace: TLabel
- Left = 8
- Top = 38
- Width = 68
- Height = 13
- Caption = 'Replace &With:'
- FocusControl = cmbReplace
- end
- object rgOrigin: TRadioGroup
- Left = 200
- Top = 140
- Width = 153
- Height = 70
- Caption = 'Origin'
- Items.Strings = (
- 'From C&ursor'
- '&Entire Scope')
- TabOrder = 7
- OnClick = rgOriginClick
- end
- object rgDirection: TRadioGroup
- Left = 200
- Top = 64
- Width = 153
- Height = 73
- Caption = 'Direction'
- Items.Strings = (
- '&Forward'
- '&Backward')
- TabOrder = 5
- OnClick = rgDirectionClick
- end
- object gbOptions: TGroupBox
- Left = 8
- Top = 64
- Width = 185
- Height = 73
- Caption = 'Options'
- TabOrder = 4
- object chkCase: TCheckBox
- Left = 9
- Top = 16
- Width = 168
- Height = 17
- Caption = '&Case sensitive'
- TabOrder = 0
- end
- object chkWholeWords: TCheckBox
- Left = 9
- Top = 32
- Width = 168
- Height = 17
- Caption = '&Whole words only'
- TabOrder = 1
- end
- object chkPromptOnReplace: TCheckBox
- Left = 9
- Top = 48
- Width = 161
- Height = 17
- Caption = '&Prompt on replace'
- State = cbChecked
- TabOrder = 2
- end
- end
- object cmbText: TComboBox
- Left = 104
- Top = 8
- Width = 249
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- OnChange = cmbTextChange
- OnKeyDown = cmbTextKeyDown
- end
- object btnReplace: TButton
- Left = 118
- Top = 216
- Width = 75
- Height = 25
- Caption = '&Replace'
- Default = True
- TabOrder = 2
- OnClick = btnReplaceClick
- end
- object btnCancel: TButton
- Left = 278
- Top = 216
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 8
- OnClick = btnCancelClick
- end
- object gbScope: TGroupBox
- Left = 8
- Top = 140
- Width = 185
- Height = 70
- Caption = 'Scope'
- TabOrder = 6
- object rbGlobal: TRadioButton
- Left = 8
- Top = 16
- Width = 169
- Height = 17
- Caption = '&Global'
- TabOrder = 0
- OnClick = rbGlobalClick
- end
- object rbSelectedText: TRadioButton
- Left = 8
- Top = 32
- Width = 169
- Height = 17
- Caption = '&Selected Text'
- TabOrder = 1
- OnClick = rbSelectedTextClick
- end
- object rbAllOpenDocs: TRadioButton
- Left = 8
- Top = 48
- Width = 169
- Height = 17
- Caption = 'All Open &Documents'
- TabOrder = 2
- OnClick = rbAllOpenDocsClick
- end
- end
- object cmbReplace: TComboBox
- Left = 104
- Top = 36
- Width = 249
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- OnChange = cmbReplaceChange
- OnKeyDown = cmbReplaceKeyDown
- end
- object btnReplaceAll: TButton
- Left = 198
- Top = 216
- Width = 75
- Height = 25
- Caption = 'Replace &All'
- TabOrder = 3
- OnClick = btnReplaceAllClick
- end
- end
-